Opening and Closing Sound Input Devices
You can use theSPBOpenDevice
function to open the default sound input device that the user has selected in the Sound In control panel or to open a specific sound input device. You must open a device before you can record from it by usingSPBRecord
, but the Sound Input Manager's high-level routines automatically open the default sound input device. You can close a sound input device by calling theSPBCloseDevice
function.
Subtopics
- SPBOpenDevice
- SPBCloseDevice